home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / ucase.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  52 lines

  1. (User.programs) 
  2. Item: 369 by akcs.softcalc@hpcvbbs.cv.hp.com 
  3. Author: [brian maguire] 
  4.   Subj: Convert string to uppercase 
  5.   Date: November 1, 1991 
  6.  
  7. UCASE  -  Convert string to uppercase 
  8.  
  9. úÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ 
  10. 3 Mini-instructions: String, UCASE.  -jkh- 3 
  11. àÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄù 
  12.  
  13. Copyright 1991  Brian Maguire 
  14. All Rights Reserved 
  15.  
  16. DISCLAIMERS 
  17.  
  18. UCASE and this manual are presented as is, without warranties, 
  19. expressed or implied.  The author makes no guarantee as to the 
  20. fitness of this software. 
  21.  
  22. UCASE can be copied freely provided the software, including this 
  23. manual, is copied in its entirety.  The user cannot be charged, 
  24. in whole or in part, except for the cost of reproduction.  No 
  25. part of this package may be used for commercial purposes without 
  26. written permission from the author. 
  27.  
  28. SUMMARY 
  29.  
  30. UCASE converts any string to upper case characters.  For example, 
  31.  
  32.   "This is an example string" 
  33. is converted to 
  34.   "THIS IS AN EXAMPLE STRING" 
  35.  
  36. Input                   Output 
  37. -----                   ----- 
  38. String     -->          String 
  39.  
  40. [Note: The TLLIB Tool Library by Jim Donnelly, a commercial product 
  41.  available separately as part of "The HP 48 Programmer's ToolKit" also 
  42.  has a UCASE function, and it's more robust than this one.  This UCASE 
  43.  only converts characters between "a" and "z", and ignores the 
  44.  European characters like accented vowels.  Donnelly's TLLIB correctly 
  45.  translates those, and has an LCASE function too.    -jkh-] 
  46.  
  47. Enjoy, 
  48.  
  49. Brian Maguire 
  50. 139 Kingsbury 
  51. Dearborn, MI 48128 
  52.